element.style {
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  background: #254208;
  color: #fff;
  border: 1px solid grey !important; 
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 6px 12px 3px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.u-gallery.u-product-control .u-back-image {
    object-fit: fill;
}



.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > a, .u-gradient > .u-container-layout > a, .u-image:not(.u-shading) > .u-container-layout > a, a {
  color: #06460c;
}

    /* Dit gaat over alert meldingen - bijv 'product toegevoegd'... */
 
    .alert-info {
  background-color: transparent;
  
}

#system-message-container .alert, #system-message-container .alert h4 {
    color:#254209;
}

    /* popup melding */
    #system-message-container .alert {
      background-color: transparent;
     
      }
    
      #system-message-container .alert-info {
        background-color: transparent;
        border-style:none;
        color: #567c01;
      }

#system-message-container .alert-info h4 {
  color: #567c01;
  text-shadow: none;
  font-size: 28px;
}

#system-message-container .alert-success {
  background-color: transparent;
  border-color: transparent;
  color: #567c01;
}



span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled {
    max-width: 100%;
    background: #254208;
      background-position-x: 0%;
      background-position-y: 0%;
    color: #fff;
    border: solid #000407 1px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px;
    margin-bottom: 0;
  }

  .category-view .row .category .spacer, .featured-view .spacer, .discontinued-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
    padding: 6px;
    background-color: white;
    border-radius: 5px;
    margin: 8px;
    padding: 18px;
  }

  .vm-product-descr-container-1 a {
    color: #1c520d;
    font-size: 25px ;
  }

  @media only screen and (min-width: 801px) and (max-width: 992px) {
  .vm-product-descr-container-1 a {
    color: #1c520d;
    font-size: 20px ;
  }
}

  .vm-product-descr-container-1 a:hover{
    color: #171d15;
    text-decoration: underline;
    font-size: 25px ;
  }

  @media only screen and (min-width: 721px) and (max-width: 767px) {
    {
    color: #171d15;
    text-decoration: underline;
    font-size: 20px ;
  }
}

  .vm-prices-info a{
    color: #1c520d;
  }

  
    /* winkelwagen titel */

  .vm-cart-header-container {
    background-color: transparent;
    padding: 0px;
      }

      .vm-cart-header-container h1

      {text-align: left;
      margin-left: 20px;
      color: white;}
      

      /* winkelwagenbladzijde */
  #cart-view {
    background-color: white;
    padding: 20px;
    box-shadow: 10px 5px 5px lightgray;
    border-radius: 7px;
  }
   
  .category_description .h2
  {font-size: 40px;}

  span.cart-images img {
    
    width: 100px;
    height: 100px;
  }

    /* product details op 1 pagina */
.product-container {
  background-color:white; 
  border-radius: 15px;
  padding:30px;
  box-shadow: 10px 5px 5px lightgray;
margin-top: 0px;
}

/*.orderby-displaynumber {
  display: none;
}*/

    /* product details op 1 pagina */
.additional-images img {
  margin-right: 8px;
  width: 125px;
  height: auto;
}

    /* product details geen short discription bovenaan */
    .product-short-description
    { display: none;}

 .product-container .title
    { font-family: raleway, sans-serif;
       font-size: larger;
     font-style: bold;}

     .printModal
     { display: none;}

       /* plaatje in afrekenpagina */

     span.cart-images img {
      width: 150px;
      height: 150px;
      margin-right: 10px;
    }


 /* afrekenpagina */
 .u-section-1 .u-container-layout-1 {
  padding: 0px;
  margin-top: -60px;
  margin-bottom: 60px;
}
table.user-details input {
  
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  width: 400px;
}

 /* invulvelden gebruiker */

table.user-details input {
  background-color: white;
  width: 400px;
}
 /* breedte van invulvelden bij gebruikersgegevens*/

table.user-details {
  width: 550px;
  margin-bottom: 10px;
}

table.cart-summary tr th {
  background: #e8e8e8 ;
    background-color: rgb(232, 232, 232);
  border-bottom: solid #12410E 5px;
  padding: 6px 2px 3px;
}

 /* speciale verzoeken - links uitlijnen */
.u-align-justify {
  text-align: left;
}

[type="radio"] {
  box-sizing: border-box;
  margin-left: 0px;}

[type="checkbox"] {
  box-sizing: border-box;
  margin-left: 10px;}

   /* toelichtingen op afrekenpagina */
   .vmpayment_description, .vmshipment_description {
    color: gray;
    font-size: 13px;
    padding: 0 2px;
      padding-top: 0px;
      padding-right: 2px;
      padding-bottom: 0px;
      padding-left: 2px;
    font-style: italic;
  }

  /* Hoogte van de omschrijving bij verschillende schermen */
 
  .category-view .product_s_desc {
   height: 100px;
  
}

@media (max-width: 580px){
.category-view .product_s_desc {
  height: 160px;
}
}

@media only screen and (min-width: 721px) and (max-width: 991px) {
  .category-view .product_s_desc {
    height: 170px;
  }
  }

 /* CATEGORIE KAARTJES*/

 /* Dit maakt de totaalprijs op categoriekaartjes vet */

.PricesalesPriceTt {
  font-weight: bold;
  font-size: 18px
  
}
 /* dit maakt alle prijsteksten op categoriekaartjes groter */
.browse-view .row .product .spacer span {
  font-size: 18px !important;
  color: #666;
}
 /* dit geeft margin onder prijsteksten op categoriekaartjes */
.product-price
{
  margin-bottom: 30px !important;
}

 /* kruisje om melding te sluiten */
#system-message-container .close {
  
  float: right;
  font-size: 40px;
  font-weight: normal;
  line-height: 18px;
  color: lightblue;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=20);
}

 /* h1 op de artikel detail pagina */

.product-container h1 {
  margin-top: 40px;
  color: #babcba;
  font-style: oblique;
  font-size: 45px;
}


 /* hover effect product images virtuemart - detail pagina */

.vm-product-media-container {

  overflow: hidden ;   
}

.vm-product-media-container img {
  transition: transform 1.9s ease ; 
}

.vm-product-media-container:hover img {
  transform: scale(1.5) ; 
}

 /* prijslijstje op product detail pagina  */

 .product-price {
 
    margin: 0 0 6px;
    margin-bottom: 6px;
    text-align: left;
    float: left;
    line-height: 22px;
    
  }


.product-field-display .form-check-input
{
  margin-left: 0px;
  margin-right:8px;

}

.PricetaxAmountTt 
{
display: none;
}

 /* positie van voorraad hoeveelheid op detail pagina  */
.vm-prices-stock-container 
{
  margin-bottom: 20px;
}

 /* positie van bestelknop op detail pagina  */
 .addtocart-bar {
  margin: 10px 0 0;  
}

 /* schaduw achter alle prijs details en bestelknop op de artikel detail pagina  */
.vm-product-details-container {
  
  width: 45%;
  padding: 15px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  box-shadow: 2px 2px 5px lightgray;
  border-color: lightgray;
  margin-left: 0px;
}

 /* breedte van de de imagecontainer op detail pagina */
.vm-product-container .vm-product-media-container {

  width: 53% !important; 
}

 /* onzichtbaar maken woord 'beschrijving' op detail pagina  */
.product-description .title {
  display:none;
}

.vm-details-button a {
  padding: 11px 16px;
  border: 1px solid gray;
  font-size: 16px;
  max-width: 95%;
  width: 100% !important;
  line-height: 18px;
}

 /* Dit is de NOTIFY ME button maar IS NOG NIET GELUKT  */
.vm-btn .vm-btn-secondary
{
  width: 90% !important;
}

 /* Dit verwijdert allerlei onderdelen bij producten waar je eerst een aantal moet kiezen (zoals de pakketten)  */

.vm-productdetails-container-70 .vm-product-details-container
{
    display: none;
}

.vm-productdetails-container-70 .vm-product-media-container
{
    display: none;
}

.vm-productdetails-container-70 .product-fields-title
{
    display: none;
}

.vm-productdetails-container-70 .productbundles_header
{
    display: none;
}
.vm-productdetails-container-76 .vm-prices-stock-container
{
  display: none
}

.vm-productdetails-container-128 .vm-prices-stock-container
{
  display: none
}

.vm-productdetails-container-129 .vm-prices-stock-container
{
  display: none
}

.vm-productdetails-container-95 .vm-prices-stock-container
{
  display: none
}

/* Dit verwijdert de optie om er meerdere te bestellen bij de pakketten  */
.vm-productdetails-container-95 .quantity-input

{
  display: none;
}

.vm-productdetails-container-95 .quantity-plus

{
  display: none;
}

.vm-productdetails-container-95 .quantity-minus

{
  display: none;
}

/* Dit verwijdert de optie om er meerdere te bestellen bij de pakketten  */
.vm-productdetails-container-76 .quantity-input,

{
  display: none;
}

.vm-productdetails-container-76 .quantity-plus

{
  display: none;
}

.vm-productdetails-container-76 .quantity-minus

{
  display: none;
}

 /* DIT GAAT ALLEMAAL OVER DE BUNDLE OPTIES ONDER ANDERE ITEMS - is niet meer nodig */

 /* 5 items op een rij bij bundel */
/*.productbundles_items_wrapper {
  width: 100%;
  grid-gap: 1.2em;
  display: grid;
  grid-template-columns: repeat(5,1fr) !important;
}*/

/*klantgevens en verzendadres*/
.billto-shipto span, a.terms-of-service {
  display: inline-block;
  font-size: 18px;
  
}

 .output-shipto {
  margin: 10px 10px 0px 0px;
  background-color: #f2f0f0;
  padding: 12PX;
  font-size: 16px;
}

 .output-billto  {
  margin: 10px 10px 0px 0px;
  background-color: #f2f0f0;
  padding: 12PX;
  font-size: 16px;
}

.product-fields-title-wrapper {
  
  font-size: 20px;
  color: gray;
  font-family: Raleway,sans-serif;
    
}

h3.productbundles_header {
  
  font-size: 16px;
  margin-top: 0px;
}

.product-fields-title strong
{
  color:black;
  font-weight:bold !important;
}

.mod-login__submit .btn-primary,.logout-button .btn-primary
{
  background-color: lightgray;
  color:white;
  font-weight:500
  border-style: solid 1px;
  border-color: grey;
  border-radius:7px;
}


 /* breedte van de de imagecontainer op mobiel */

 @media only screen and (max-width: 600px) {

 .vm-product-container .vm-product-media-container {

  width: 100% !important; 
}
 }

 /* breedte van de de productdetails - prijs/voorraad ed. op mobiel */
 @media only screen and (max-width: 600px) {
 .vm-product-details-container
 {width: 100%}
}

 /* thank you page vd order - meer ruimte */
.post_payment_payment_name
{margin-bottom:20px;
  margin-top:20px;
}

 /* thank you page vd order - ordernummer bold */

.post_payment_order_number
{
  font-weight: bold;
}

 /* thank you page vd order - witte achtergrond met radius */

.vm-order-done
{
margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 2px 2px 5px lightgray;
}
/* STUKJE VAN JOS VOOR FORMULIER */
 /* Style inputs, select elements and textareas */
 input[type=text], select, textarea,  input[type=password],  input[type=email]{
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin-bottom: 5px;
}

/* Style the label to display next to the inputs */
label {
  padding: 8px 12px 2px 0;
  display: inline-block;
}



/* Style the container */
/*.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
} 
/* EINDE CODE JOS FLEX VOOR INVUL */

/* Pop up alleen bij mobiel */

@media only screen and (min-width: 500px) {
  .ui-dialog {
  
    display: none !important;
  }
}

/* verwijdert raar veld bij login */
#login-form-16 .u-input 
{
  display: none !important;
} 


/* haalt de lelijke autofill geel weg bij firefox */

input:autofill {
  background: #fff; /* or any other */
}

/* kleinere plaatjes in mobiele winkelwagen */

@media screen and (max-width: 767px) {
span.cart-images img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

/* mobiele winkelwagen text maten */
.sectiontableentry1 h3
{
  font-size: 22px;
}


h3.vm-shipment-header-select 
{
  font-size: 16px;
}

h3.vm-payment-header-select {
  font-size: 16px;
}

}

/* De tabel iets mooier */
.cart-summary td, .cart-summary th {
  border: 1px solid #f3f3f3;
}

/* lijn om verzending */
.vm-shipment-select
{
  border: 4px solid silver;
  margin: -4px -6px;
  padding: 10px 10px 10px;
}

/* lijn om betaling */
.vm-payment-select
{
  border: 4px solid silver;
  margin: -4px -6px;
  padding: 10px 10px 10px;
}


  /* opmaak van de betaal informatie */
  .vm-wrap  {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px lightgray;
  }


  /* IK HEB GEEN IDEE WAAR DEZE CODE VOOR ZIJN */

  #products-list .eshop-product-desc, #products-list a, #products-list input, #products-list button, #products-list textarea, #products-list select {
    transition: all 0.5s;
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  body .clearfix {
    clear: none;
  }
  /* manufacturer */
  .eshop-manufacturers-list .row-fluid .span4 {
    margin-bottom: 2.5641%;
  }
  .eshop-manufacturers-list .eshop-manufacturer-wrap  {
    text-align: center;
    border: 1px #eee solid;
  }
  .eshop-manufacturers-list .eshop-manufacturer-wrap .image {
    padding: 10px;
  }
  
  .eshop-manufacturers-list .eshop-manufacturer-wrap .eshop-info-block, .eshop-manufacturers-list .eshop-manufacturer-wrap .eshop-info-block {
    background: #eee;
  }
  
  /* Categories */
  .eshop-product-sorting .input-large {
      width: auto;
  }
  
  .eshop-categories-list .row-fluid .span4 {
    margin-bottom: 2.5641%;
  }
  .eshop-categories-list .row-fluid:last-child .span4 {
    margin-bottom: 0;
  }
  .eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap {
    text-align: center;
    border: 1px #eee solid;
  }
  .eshop-categories-list .eshop-category-wrap .image, .eshop-sub-categories-list .eshop-category-wrap .image {
    padding: 10px;
  }
  
  .eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
    background: #eee;
  }
  
  .eshop-categories-list .eshop-category-wrap .eshop-info-block h5 {
    font-weight: bold;
    margin: 0;
  }
  
  .product-cart label.btn {
    display: inline-block;
    padding: 5px;
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .product-cart .no_margin_left .input-append {
    vertical-align: top;
  }
  .eshop-cart-area {
    margin: 0 0 10px;
  }
  .eshop-buttons .input-append {
    margin: 0;
  }
  .eshop-quantity {
    margin: 0 5px 10px 0;
      display: inline-block;
  }
  .no_margin_left {
    margin-left: 0;
  }
  .eshop-quantity-value {
      text-align: center;
      width: 60px !important;
      display: inline-block;
      vertical-align: middle;
  }
  .products-list {
    margin-top: -5px;
    margin-left: 5px;
    min-height: 500px;
  }
  .products-list ul {
    list-style: none;
    margin: 0;
  }
  
  .product-info .thumbnails {
    margin: 10px 0 0;
  }
  
  .product-info .thumbnails li a img {
    border: 1px #ccc solid;
  }
  
  .eshop-pagination {
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  .eshop-product-sorting .input-large {
    width: 250px;
  }
  .eshop-product-show {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .eshop-product-show .inputbox {
    width:auto;
  }
  /* products-list - the side bar*/
  .products-list {
    margin-top: -5px;
    margin-left: 5px;
    min-height: 500px;
  }
  .products-list ul {
    list-style: none;
    margin: 0;
  }
  .products-list > ul > li {
    padding: 8px 8px 8px 0px;
  }
  .products-list > ul > li + li {
    border-top: 1px solid #EEEEEE;
  }
  .products-list > ul > li > a {
    text-decoration: none;
  }
  .products-list > ul > li > a:hover{
    text-decoration: none;
    background: none;
  }
  .products-list > ul > li ul {
    display: none;
  }
  .products-list > ul > li a.active {
    font-weight: bold;
  }
  .products-list > ul > li a.active + ul {
    display: block;
  }
  .products-list > ul > li ul > li {
    padding: 5px 5px 0px 10px;
  }
  .products-list > ul > li ul > li > a {
    text-decoration: none;
    display: block;
  }
  .products-list > ul > li ul > li > a.active {
    font-weight: bold;
  }
  .related_products .span2 {
    width:160px;
  }
  .product_comparison .thumbnail{
    border: none;
    text-align:center;
  }
  
  .module {
    position: relative;
  }
  
  .product_comparison small{
    font-weight: normal;
  }
  
  .product_comparison .product_stars {
    text-align:center;
    margin: 0 auto;
    width: 85px;
  }
  .product_comparison .price_summary td{
    text-align:center;
  }
  .navbar .btn.search_btn {
    margin-top:1px;
  }
  
  .carousel-inner {
      height: 286px;
  }
  .carousel-caption {
    bottom: -77px;
  }
  
  .popular_products .span2{
    width:160px;
  }
  
  .customer_service {
    text-align:right;
    font-size:13px;
    margin: 12px 0 0;
  }
  
  .table td.eshop-center-text{
  text-align:center;
  }
  
  .product_comparison .thumbnail{
    border: none;
    text-align:center;
  }
  .product_comparison small{
    font-weight: normal;
  }
  .product_comparison .product_stars {
    text-align:center;
    margin: 0 auto;
    width: 85px;
  }
  .product_comparison .price_summary td{
    text-align:center;
  }
  .navbar .btn.search_btn {
    margin-top:1px;
  }
  .carousel-inner {
    height: 286px;
  }
  .carousel-caption {
    bottom: -77px;
  }
  .popular_products .span2{
    width:160px;
  }
  .customer_service {
    text-align:right;
    font-size:13px;
  }
  .table td.eshop-center-text{
    text-align:center;
  }
  #theme_switcher {
    top:10px;
    left:10px;
    position:fixed;
  }
  .eshop-base-price {
    color: #FF0000;
    text-decoration: line-through;
  }
  .error {
    color: #FF0000;
    display: block;
  }
  .required {
    color: #FF0000;
    font-weight: bold;
  }
  .checkout-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DBDEE1;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
  }
  .checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
    cursor: pointer;
  }
  .checkout-content {
    display: none;
    overflow: auto;
    padding: 0 0 15px;
  }
  .checkout-content .left {
    float: left;
    width: 48%;
  }
  .checkout-content .right {
    float: right;
    width: 48%;
  }
  .checkout-content .eshop-buttons {
    clear: both;
  }
  .success, .warning, .attention, .information {
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
  }
  .warning {
    background: url("../images/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
  }
  .success {
    background: url("../images/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #BBDF8D;
    border-radius: 5px 5px 5px 5px;
  }
  .review-list {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
  }
  .review-list .author {
    float: left;
    margin-bottom: 20px;
  }
  .review-list .rating {
    float: right;
    margin-bottom: 20px;
  }
  .review-list .text {
    clear: both;
  }
  .product-info .product-desc {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 5px 10px;
  }
  .product-info .product-desc address {
    margin: 0;
  }
  .product-info .product-price {
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 5px;
  }
  .product-info .product-price h2 {
    margin: 0;
  }
  .product-info .product-price .eshop-base-price {
      font-size: 18px;
      text-decoration: line-through;
  }
  .product-info .product-options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 5px 10px;
  }
  .product-info .product-cart {
    padding: 15px 5px;
  }
  .product-info .product-review, .product-share {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 10px;
  }
  
  .product-info .product-review {
    padding: 8px 10px 0px;
  }
  
  .product-info .product-share{
    padding: 8px 5px 0px;
  }
  
  .no-content {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
  }
  span.stock {
    color: #FF0000;
    font-weight: bold;
  }
  table.list {
      border-collapse: collapse;
      border-left: 1px solid #DDDDDD;
      border-top: 1px solid #DDDDDD;
      margin-bottom: 20px;
      width: 100%;
  }
  
  table.list .left {
      padding: 7px;
      text-align: left;
  }
  table.list td {
      border-bottom: 1px solid #DDDDDD;
      border-right: 1px solid #DDDDDD;
  }
  table.list thead td {
      background-color: #EFEFEF;
      padding: 0 5px;
  }
  
  table.list .right {
      padding: 7px;
      text-align: right;
  }
  
  .order-content div, .download-content div{
    float:left;
    width: 33.3%;
  }
  
  download-content div{
    float:left;
    width: 33.3%;
  }
  
  .order-list .order-id {
      float: left;
      margin-bottom: 2px;
      width: 49%;
  }
  .order-list .order-status {
      float: right;
      margin-bottom: 2px;
      text-align: right;
      width: 49%;
  }
  
  .download-list .order-id {
      float: left;
      margin-bottom: 2px;
      width: 49%;
  }
  
  .download-list .download-size {
      float: right;
      margin-bottom: 2px;
      text-align: right;
      width: 49%;
  }
  .order-list .order-content, .download-list .download-content{
      border-bottom: 1px solid #EEEEEE;
      border-top: 1px solid #EEEEEE;
      display: inline-block;
      margin-bottom: 20px;
      padding: 10px 0;
      width: 100%;
  }
  
  .eshop-product-sorting {
    float: right;
    display: inline-block;
  }
  
  .product-info .image-additional a {
      display: block;
      margin-bottom: 10px;
      margin-left: 0;
  }
  .product-info .image-additional img {
      border: 1px solid #E7E7E7;
    height: auto;
  }
  
  .topmenu .nav {
    margin: 0 0 5px;
  }
  
  .eshop-pagination {
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  .eshop-product-sorting .input-large {
    width: 120px;
  }
  .eshop-product-show {
    float: right;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .eshop-product-show .inputbox {
    width:auto;
  }
  
  .row h5 {
    margin: 0 0 10px;
  }
  
  .related_products .thumbnail {
    text-align: center;
  }
  
  .related_products .thumbnail img {
    border: 1px solid #DDDDDD;
  }
  
  .thumbnail .caption {
    text-align: center;
  }
  
  .product-info .related_products .thumbnail .caption {
    min-height: 80px;
  }
  
  .product-info .image-additional {
    clear: both;
    margin-top: 10px;
    margin-left: 15px;
    overflow: hidden;
  }
  
  .no_margin_left {
    float: right;
    display:inline-block;
  }
  
  .no_margin_left .btn {
    margin: 0;
  }
  
  .no_margin_left .privacy {
    float: left;
    display: inline-block;
    margin: 3px 0 0;
  }
  
  .no_margin_left .privacy input[type="checkbox"]{
    margin: 0;
  }
  
  .no_margin_left .newsletter-interest {
    float: left;
    display: inline-block;
    margin: 3px 0 0;
  }
  
  .no_margin_left .newsletter-interest input[type="checkbox"]{
    margin: 0;
  }
  
  .eshop-slideshow {
    margin: 0 0 20px;
    width: 100%!important;
  }
  .lof-slidecontent {
    width: auto!important;
  }
  
  /* ask question */
  @media screen and (min-width: 768px) {
    #ask-question-area .form-horizontal .control-group .control-label {
      width: 100px;	
    }
    #ask-question-area .form-horizontal .control-group .controls {
      margin-left: 120px;
    }
    #ask-question-area input[type="text"], #ask-question-area input[type="message"], #ask-question-area #message {
      width: 75%;
    }
  }
  
  /* ask question */
  @media screen and (min-width: 768px) {
    #email-a-friend-area .form-horizontal .control-group .control-label {
      width: 100px;	
    }
    #email-a-friend-area .form-horizontal .control-group .controls {
      margin-left: 120px;
    }
    #email-a-friend-area input[type="text"], #email-a-friend-area[type="message"], #email-a-friend-area #message {
      width: 75%;
    }
  }
  
  body #productTab {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }
  
  body #productTab li {
    list-style: none;
  }
  
  .eshop-pre-nav a.pull-left, .eshop-next-nav a.pull-right {
    font-size: 16px;
  }
  
  .eshop-pre-nav a.pull-left {
    background: url(../images/prev.png) no-repeat left 3px;
    padding: 0 0 0 18px;
  }
  
  .eshop-next-nav a.pull-right {
    background: url(../images/next.png) no-repeat right 4px;
    padding: 0 18px 0 0;
  }
  
  /* list */
  .eshop-image-block img {
    
  }
  .list .eshop-image-block {
    width:30%;
    float:left;
  }
  .list .eshop-info-block {
    float:left;
    width:66%;
    text-align:left;
  }
  .grid .box {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
  }
  .s_title_block a {
    text-transform:uppercase;
    color:#3F3F3F;
    font-weight:normal;
    font-size:13px;
  }
  .s_title_block a:hover {
    color:#9BC607;
  }
  .eshop-info-block {
    padding:10px;
    text-align:center;
  }
  .eshop-info-block h5 {
      font-size: 16px;
      font-weight: bold;
      margin: 10px 0;
  }
  .eshop-info-block h3 {
    margin:5px 0px;
    padding:0px;
    line-height:20px;
    height:40px;
  }
  .list .eshop-info-block {
      float: left;
      text-align: left;
      width: 40%;
  }
  .eshop-info-block h3 a {
    font-size:15px;
    color:#232323;
  }
  .eshop-info-block .eshop-product-desc {
    overflow:hidden;
    line-height:20px;
  }
  
  .list .eshop-buttons {
    text-align: left;
  }
  
  .list .ajax-block-product.spanbox {
    margin-left:0px!important;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position:relative;
    width: 100%;
    border-bottom: 1px #efefef solid;
  }
  .list .eshop-buttons {
    position:absolute;
    bottom: 0;
    right:0px;
    width:auto;
    text-align: center;
  }
  
  .product-info .tab-content {
    margin-bottom:18px;
    padding:15px;
    border:1px solid #ddd;
    border-top:0;
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;
  }
  
  /* grid */
  /*product list*/
  #products-list {
  }
  .ajax-block-product {
    transition: all 0.5s;
      -webkit-transition: all 0.5s;
      text-align:center;
  }
  .ajax-block-product:hover {	
  }
  .list .ajax-block-product:hover .eshop-info-block {
    background:none;
  }
  .eshop-image-block {
    position:relative;
    text-align:center;
  }
  body .grid .eshop-buttons .button {
    margin: 0 0 5px;
  }
  
  #related-products {
    text-align: center;
  }
  
  .image.img-polaroid {
    text-align: center;
  }
  
  #related-products .name {
    padding: 15px 8px;
  }
  
  #related-products .name h5 {
    font-size: 13px;
    font-weight: bold;
  }
  
  #related-products .price {
      clear: both;
      font-size: 18px;
      font-weight: normal;
      line-height: normal;
  }
  
  .related_products {
    margin: 0 0 20px;
  }
  .related_products:last-child {
    margin: 0;
  }
  
  @media (min-width: 1024px) {
    .product-info .image-additional {
      clear: both;
      margin-top: 10px;
      margin-left: 0;
      overflow: hidden;
    }
    .product-cart .no_margin_left input.span3 {
    }
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
    .product-cart .no_margin_left input.span3 {
      float: left;
      margin: 0 5px 0 0;
      max-width: 35px;
    }
    .thumbnails .thumbnail {
      text-align: center;
    }
    .eshop-product-sorting b {
      display: inline-block;
      float: left;
      padding: 5px 0 0;
    }
    .eshop-product-sorting .input-large { float: right; }
  }
  
  @media (max-width: 767px) {
    .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow {
      width: 100%!important;
    }
    .eshop-product-sorting b {
      display: inline-block;
      float: left;
      padding: 5px 0 0;
    }
    .eshop-product-sorting .input-large { float: right; }
    
    /* list */
    .list .eshop-image-block {
      width:auto;
      float:none;
    }
    .list .eshop-info-block {
      float:none;
      width:auto;
      text-align:center;
    }
    .eshop-info-block h5 {
      margin: 0;
    }
    .eshop-info-block .eshop-product-desc {
      overflow:hidden;
      line-height:20px;
    }
    
    .list .eshop-buttons {
      text-align: left;
    }
    
    .list .ajax-block-product.spanbox {
      margin-left:0px!important;
      margin: 0 0 10px;
      padding: 0 0 10px;
      position:relative;
      width: 100%;
      border-bottom: 1px #efefef solid;
    }
    .list .eshop-buttons {
      position:inherit;
      bottom: 0;
      right:0px;
      width:auto;
      text-align: center;
    }
    body .list .eshop-buttons .button {
      margin: 0 0 5px;
    }
  }
  
  @media (max-width: 480px) {
    .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow {
      width: 100%!important;
    }
    #colorbox {
      width: 100%!important;
    }
    #productTab.nav-tabs {
      border-bottom: 0;
    }
    #productTab.nav-tabs > li {
      float: none;
    }
    #productTab.nav-tabs > li > a {
      border: 1px solid #ddd;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-right: 0;
    }
    #productTab.nav-tabs > li:first-child > a {
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0;
    }
    #productTab.nav-tabs > li:last-child > a,
    #productTab.nav-tabs > .active:last-child > a {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      border-bottom: 1px solid #ddd;
    }
    #productTab.nav-tabs > li > a:hover {
      border-color: #ddd;
      z-index: 2;
    }
    #productTab.nav-tabs.nav-dark > li > a {
      border: 1px solid #333;
    }
    #productTab.nav-tabs > li:last-child > a,
    #productTab.nav-tabs > .active:last-child > a {
    }
    .eshop-product-sorting b {
      display: inline-block;
      float: left;
      padding: 5px 0 0;
    }
    .eshop-product-sorting .input-large { float: right; }
    #products-list .eshop-image-block, #products-list .eshop-info-block {
      width: 100%;
      padding: 10px 0;
      text-align: center;
    }
  }
  
  .ps_area {
    width: 100%;
  }
  .ps_facebook_like, .ps_facebook_send, .ps_twitter, .ps_google, .ps_linkedin {
    float: left;
    margin: 0 5px;
  }
  
  .ps_facebook_like {
    width: 122px;
  }
  .ps_twitter {
    width: 69px;
    float: left;
    position: relative;
  }
  .ps_pinit{
    float: left;
    position: relative;
    width: 50px;
      left: 10px;
  }
  .ps_linkedin {
    width: 65px;
  }
  .ps_google {
    width: 70px;
    margin-left: -3px;
  }
  
  .radio {
    display: block;
  }
  
  .checkbox {
    display: block;
  }
  
  .eshop-product-price .price, .eshop-product-price .eshop-sale-price {
      clear: both;
      display: block;
      font-size: 26px;
      font-weight: normal;
      line-height: normal;
      width: 100%;
  }
  
  #colorbox #cboxTopLeft, #colorbox #cboxTopCenter, #colorbox #cboxTopRight,
  #colorbox #cboxBottomLeft, #colorbox #cboxBottomCenter, #colorbox #cboxBottomRight,
  #colorbox #cboxMiddleLeft, #colorbox #cboxMiddleRight {
    display: none;
    width: 0;
  }
  #colorbox #cboxContent {
      background: none;
      overflow: hidden;
  }
  #colorbox #cboxContent #cboxLoadedContent {
    padding: 30px;
    background: #fff;
    margin: 0;
    height: auto!important;
  }
  #colorbox #cboxClose {
      bottom: auto;
      right: 10px;
      top: 10px;
  }
  #colorbox #cboxContent h1 {
    background: #eee;
    margin: -30px -30px 10px;
    padding: 10px;
    line-height: normal
  }
  #colorbox #cboxClose {
      background: rgba(0, 0, 0, 0) url("../images/close_button.png") no-repeat 0 0;
    height: 24px;
    width: 24px;
  }
  
  #colorbox .table {
    border: none;
    margin: 0 0 10px;
  }
  #colorbox .table-bordered > thead > tr > th,
  #colorbox .table-bordered > tbody > tr > th,
  #colorbox .table-bordered > tfoot > tr > th,
  #colorbox .table-bordered > thead > tr > td,
  #colorbox .table-bordered > tbody > tr > td,
  #colorbox .table-bordered > tfoot > tr > td {
    border-left: none;
    background: none;
  }
  .cart-info .eshop-quantity,
  .quote-info .eshop-quantity {
    margin: 0;
  }
  .cart-info .eshop-quantity .btn,
  .quote-info .eshop-quantity .btn {
    background: #f3f3f3;
      border: 1px solid #d9d9d9;
      color: #444;
      cursor: pointer;
      display: block;
      font-size: 14px;
      height: 18px;
      line-height: 14px;
      margin: 0 auto;
      padding: 0;
      text-decoration: none;
      transition: border-color 0.2s ease 0s;
      width: 47px;
    vertical-align: baseline;
    box-sizing: content-box;
  }
  .cart-info .eshop-quantity .btn.button-minus,
  .quote-info .eshop-quantity .btn.button-minus {
    border-radius: 0 0 4px 4px!important;
    margin: 0!important;
  }
  .cart-info .eshop-quantity .btn.button-plus,
  .quote-info .eshop-quantity .btn.button-plus {
    border-radius: 4px 4px 0 0!important;
    margin: 0!important;
  }
  .cart-info .eshop-quantity input[type="text"],
  .quote-info .eshop-quantity input[type="text"] {
    background: #fff;
      border: 1px solid #d9d9d9;
      clear: both;
    box-sizing: content-box;
      color: #444;
      display: inline-block;
      font-size: 12px;
      height: 18px;
    padding: 5px;
      margin: 3px auto;
      text-align: center;
      width: 37px!important;
  }
  #colorbox .eshop-center-text img.img-polaroid {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  
  .totals {
    margin: 0 0 10px;
  }
  .totals > div {
      border: 2px solid #bbb;
      border-radius: 4px;
      color: #333;
      display: inline-block;
      font-family: Roboto-Medium,Arial,Tahoma;
      font-size: 14px;
      padding: 7px 10px 6px;
      position: relative;
      text-align: center;
  }
  
  .product-info h1 {
    font-size: 160%;
  }
  .cart-info .table,
  .quote-info .table,
  .product-info .table-bordered {
    border-radius: 0;
    border: 1px solid #dddddd;
  }
  .cart-info .table-bordered th, .cart-info .table-bordered td,
  .quote-info .table-bordered th, .quote-info .table-bordered td,
  .product-info .table-bordered tbody tr td {
      border-left: none;
    border-right: none;
    background: none!important;
  }
  .cart-info .table th,
  .quote-info .table th,
  .product-info .table-bordered thead  th  {
    background: #f7f7f7!important;
    border-left: none;
  }
  .cart-total {
    text-align: right;
    padding: 0 0 20px;
  }
  
  #colorbox .cart-info,
  #colorbox .quote-info {
    margin: 0 -15px;
  }
  #colorbox .cart-info .table,
  #colorbox .quote-info .table {
    border-radius: 0;
    border: none;
  }
  #colorbox .cart-info .table-bordered th, #colorbox .cart-info .table-bordered td,
  #colorbox .quote-info .table-bordered th, #colorbox .quote-info .table-bordered td {
      border-left: none;
    background: none!important;
  }
  #colorbox .cart-info .table th,
  #colorbox .quote-info .table th {
    background: none!important;
  }
  .cart-info .well {
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
  
  #productTabs {
    margin: 0;
  }
  
  .alert-success {
    padding: 10px;
    margin: 5px;
  }
  /*
  .alert-success:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    content: "\f046";
    margin: 0 5px 0 0;
  }
  */


  /* VANAF HIER RESPONSIVE TABLE */
  
  @media (max-width: 767px) {
    .form-horizontal .control-group .controls {
      margin-left: 0!important;
    }
  }
  .ask-question-intro {
    padding: 10px;
  }
  
  .form-horizontal .controls > .radio.btn-group-yesno:first-child {
     padding-top: 2px;
   }

  .table-responsive {
   border: 1px solid #ddd;
  }
  .table-responsive  .eshop-image-block  .image {
    border: medium none;
  }
  #eshop-list.table-responsive  > tbody > tr > td{
    vertical-align: middle;
  }
  #eshop-list.table-responsive  > thead > tr > th {
      border: 1px solid #ddd !important;
      vertical-align: bottom;
  }
  @media (max-width: 979px) {
    .table-responsive {
      display: block;
      margin-top: 18px;
    }
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
      display: block;
    }
    .table-responsive thead,
    .table-responsive tfoot {
      display: none;
    }
    .table-responsive tr {
      position: relative;
    }
    .table-responsive td {
      border: 0;
      position: relative;
      padding-top: 0px;
      padding-left: 36%;
      padding-right: 20px;
      text-align: center;
    }
    .table-responsive td.center {
      text-align: left;
    }
    .table-responsive td.has-context {
      height: auto;
    }
    .table-responsive td.table-checkbox {
      display: inline-block;
      position: absolute;
      padding-left: 0;
      padding-right: 0;
      z-index: 1;
      top: 5px;
      right: 12px;
    }
    .table-responsive .pull-left {
      float: none;
    }
    .table-responsive .small {
      font-size: 13px;
    }
    
    .table-responsive.table-striped tbody > tr:nth-child(2n+1) {
      background-color: #f9f9f9;
    }
  }
  
  @media (max-width: 767px) {
       CSS responsive-table table 
      table.table-responsive,
      table.table-responsive thead,
      table.table-responsive tbody,
      table.table-responsive th,
      table.table-responsive td,
      table.table-responsive tr {
          display: block;
          border: none;
      }
  
      table.table-responsive thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px;
      }
  
      table.table-responsive tr {
          border: 1px solid #ccc;
          margin-bottom: 5px;
      }
  
      table.table-responsive td {
          border: none !important;
          position: relative;
          text-align: left;
      }
  
      table.table-responsive td::before,
      table.table-responsive td .td-text {
          float: left;
          width: 50%;
      }
  
      table.table-responsive td::before {
          width: 50%;
          padding-right: 15px;
          text-align: left;
          content: attr(data-content);
          display: block;
          font-weight: bold;
      }
  
      table.table-responsive td::after {
          content: "";
          display: table;
          clear: both;
      }
  
      table.table-responsive td.center {
          text-align: left;
      }
  
      table.table-responsive  li {
          float: left !important;
          text-align: left;
      }
  }
  
  .cart-info .table-responsive
  {
    display: inline-table;
  }
  
  .list .ajax-block-product.spanbox {
      flex: initial;
      max-width: 100%;
      
  }
  @media (max-width: 767px) {
    .eshop-image-block img {
      display: inline-block;
    }
  }
  
  .eshop-agree-privacy-policy-message {
    margin-top: 5px;
  }
  
  @media (max-width: 767px) {
    .product-info .nav-tabs > li {
       width: 100%;
    }
    .product-info .nav-tabs > li > a {
      border: 1px solid #ddd;
    }
  }
  
  @media (max-width: 767px) {
    .product-info .zoomWindow {
      left: 0px !important;
      right: 0;
      margin: 0 auto;
      bottom: 0;
      top: 240px !important;
    }
    .product-info .zoomWrapper {
      width: 100% !important;
      background: #fff;
    }
    .product-info .zoomWrapperImage img {
      max-width: 100%;
    }
    .product-info #add-to-cart {
      margin-bottom:20px;
    }
    .product-info .product-cart {
      text-align: center;
    }
    .product-info .product-cart .col-md-4 p , .product-info .product-cart .span4 p{
      display: inline-block;
    }
  }
  
  audio, canvas, iframe, img, svg, video {
      vertical-align: top!important;
  }
  .ps_facebook_like {
      width: auto;
      max-width: 285px;
  }
  .ps_facebook_like, .ps_facebook_send, .ps_twitter, .ps_google, .ps_linkedin, .ps_pinit {
      float: left;
      margin: 0 5px;
      vertical-align: top;
    left: 0;
  }
  .ps_twitter {
      width: auto;
  }
  .ps_pinit > *, .ps_google > * {
    vertical-align: top!important;
  }
  .ps_google {
      margin-left: 0;
  }
  
  .eshop-container .image {
    padding:0;
  }
  .image .additional-image {
    top: 0;
    left: 0;
     z-index: 999;
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
  }
  .image:hover .additional-image {
    opacity:1;
  }
  .product-review img {
      vertical-align: middle !important;
  }
  .eshop-container .form-control {
      vertical-align: middle;
  }
  .eshop-container .row {
      --gutter-x: 0;
  }
  .eshop-payment-information .no_margin_left {
      float: right;
      display: inline-block;
      width: auto;
  }
  .eshop-payment-information .form-select {
      display: inline-block;
      width: auto;
  }
  .eshop-payment-information .col-md-3, .eshop-payment-information .col-md-9 {
    width: auto;
  }

  /* EiNDE FLEXIBLE WINKELWAGEN TABEL /*

    /* Invul velden van login en registratie op mobiel 100% zodat het mooier is - overschrijft VM template */

    @media (max-width: 767px) 
    {
    .width30 {
     width:100%;
    }
   .width50 {
     width:100%;
   }
    }
    /* Vormgeving van de stappen tijdens checkout */
    #checkoutStep1 {
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  font-style: italic;
  background-color: #567a01;
  padding: 15px;
  border-radius: 10px;
  text-align:center;
    }

    #checkoutStep2 {
      font-size: 1.2em;
  color: white;
  font-weight: bold;
  font-style: italic;
  background-color: #567a01;
  padding: 15px;
  border-radius: 10px;
  margin-bottom:10px;
    }

    #checkoutStep3 {
      font-size: 1.2em;
  color: white;
  font-weight: bold;
  font-style: italic;
  background-color: #567a01;
  padding: 15px;
  border-radius: 10px;
  margin-bottom:10px;
    }

    #checkoutStep4 {
      font-size: 1.2em;
  color: white;
  font-weight: bold;
  font-style: italic;
  background-color: #567a01;
  padding: 15px;
  border-radius: 10px;
    }

        /* Vormgeving van de popup bij toevoegen winkelwagen */
    .vm-btn.vm-btn-primary {
      background-color:#567a01;
      color: #fff;
      width:100%;
    }

    #fancybox-outer {
      position: relative;
      width: 100%;
      height: 100%;
      background: #fff;
        background-color: rgb(255, 255, 255);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
      padding: 20px;
      box-shadow: 0 0 10px #111;
      border-radius: 10px;
    }

       /* Vormgeving van de loginveld in winkelwagen*/
    .userdata {
      background-color: #c4deea;
      border-radius: 5px;
      border: 3px solid silver;
    }

   

     /*  styling van invulvelden bij klantgegevens*/
   .form-validate {
      border: 1px solid silver;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
      background-color: #c6cfae;
      border-radius: 10px;
    }
    
    .form-validate fieldset
    {
    border: none !important;
    }
    
     /*  dat de titel factuurgegevens meer ruimte heeft boven*/
    .userfields_info {
           padding-top: 30px;
    }

    /*  kleur van verplichte velden*/
    .required {
      color: #02121a;
    }

      /*  knoppen na registratie links uitljnen*/
    .display-number, .control-buttons {
      text-align: left !important;
      margin: 0 8px 0 0;
    }

    /*wachtwoord herinner link*/

    #com-form-login a:hover
    {
text-decoration: underline;
    }

    #com-form-login a:link, a:visited
    {
color: #10242d;
font-size: 14px;
    }

        /*afreken als gast of registeren optie*/
    .optie-gast-registratie-container {
      font-family: Raleway,sans-serif;
      font-weight: 500;
      font-size: 18px;
    }
   
    .vm-shipment-header-select {
      display: none;
          }


  /*Bijafrekenen op mobiel zet deze er 'bedrag incl btw' voor*/
         
 @media (max-width: 767px) {

 
.PricebillTaxAmount .vm-price-desc::before {
  content: "(btw-bedrag)";
}
              
  .PricebillTotal .vm-price-desc::before {
    content: "(Totaal incl. btw)";
  }
 }


  /*De lettergrotes van het afreken formulier cart winkelwagen*/

 .vmshipment_cost 
 {
  font-size: 13px;
 }

 .vmshipment_name
 {
  font-weight: bold;
 }

 .vmpayment_name
 {
  font-weight:bold;
 }

 .vm-shipment-header-selected
 {display: none;}

 .vm-payment-header-select
 {display: none;}

   /*Beetje ruimte na factuurgegeves voor afleveradres komt*/

 .billto-shipto .details {
  margin-bottom: 20px;
}



@media (max-width: 720px){
div[class*="vm-col-"] {
    width: 100%;
}
}

.vm-img-desc {
  display:none !important;
}

